It is possible to
export the contents of code blocks, the results
of code block evaluation, neither, or both. For
most languages, the default exports the contents of code blocks.
However, for some languages (e.g. ditaa) the default
exports the results of code block evaluation. For information on
exporting code block bodies, see Literal
examples.
The :exports header argument can be used to
specify export behavior:
:exports code:exports results:exports both:exports noneIt is possible to inhibit the evaluation of code blocks during
export. Setting the org-export-babel-evaluate
variable to nil will ensure that no code blocks are
evaluated as part of the export process. This can be useful in
situations where potentially untrusted Org-mode files are
exported in an automated fashion, for example when Org-mode is
used as the markup language for a wiki.